[Snyk] Upgrade fast-glob from 3.2.4 to 3.2.7 #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade fast-glob from 3.2.4 to 3.2.7.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version fixes:
SNYK-JS-GLOBPARENT-1016905
Why? Proof of Concept exploit, CVSS 5.3
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: fast-glob
-
3.2.7 - 2021-07-08
-
3.2.6 - 2021-06-27
- Now you can use patterns related to the parent directory along with the regular ones. (#310, #316)
// Patterns inside current directory → ['', './.js']
- Added clarifications for the
- The
- The
- Node.js 16 has been added to the CI configuration to run tests and benchmarks. Now benchmarks will run only on this version. (#311)
- The
- The
- The
-
3.2.5 - 2021-01-17
- Now this packages correctly supports ARM processors (#296, thanks @ yozman).
- Fixed behavior that led to Uncaught Error when the package tried to destroy stream multiple times (#282).
- nodelib/nodelib#53, nodelib/nodelib#58
- Fixed an issue with patterns that starts with the leading slash (#277).
- Related to patterns with various kinds:
- nodelib/nodelib#54, nodelib/nodelib#63
- Fix examples for the
- Use the latest versions of OS in CI (#279).
- Move from Azure Pipelines to GitHub Actions (#299).
-
3.2.4 - 2020-06-16
- Fixed a regression in
from fast-glob GitHub release notes🐛 Bug fixes
The previous release (
3.2.6) introduced a regression, thanks to which negative patterns were not applied to patterns outside the current directory.This release fixes the issue.
🐛 Bug fixes
// Patterns outside current directory → ['../', './../*.js']
// Previously you could specify a patterns outside current directory.
fg.sync(['../*.txt']) → ['../file.txt']
// But when the pattern inside current directory was added to them, the behavior broke down.
fg.sync(['.md', '../.txt']) → ['file.md'] // The '../file.txt' file exists
// After this fix you can mix both kinds of patterns.
fg.sync(['.md', '../.txt']) → ['file.md', '../file.txt']
// Right now we do not support patterns like '{.,..}/*.md'.
📖 Documentation
followSymbolicLinksoption.⚙️ Infrastructure
glob-parentpackage has been updated to fix vulnerabilities. (#304)micromatchpackage has been updated to eliminate dependency on thepicomatchpackage from this package. (#256)tiny-globpackage has been added to the synchronous product benchmarks. (#323)fdirpackage has been added to synchronous and asynchronous product benchmarks. The latest launch. (#322).npmignorefile has been replaced by thefilesfield in thepackage.jsonfile. (#321)🐛 Bug fixes
/*,/tmp/*,//?/C:/*.📖 Documentation
markDirectoriesoption (#287, thanks @ yarastqt).⚙️ Infrastructure
🐛 Bug fixes
3.2.3when thecaseSensitiveMatchoption is disabled (#276)Commit messages
Package name: fast-glob
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs